Html Css Color HEX #48B52B Kelly Green

📋 copy color: '#48B52B'

red 72 ◦ green 181 ◦ blue 43

#48B52B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #48B52B

Tints of Kelly Green #48B52B

RGB

 RED value IS 72 (28.52% from 255) = 24.32%

 GREEN value IS 181 (71.09% from 255) = 61.15%

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 24.32%
G = 61.15%
B = 14.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#48B52B (or 0x48B52B) is known color: Kelly Green. HEX triplet: 48, B5 and 2B. RGB value is (72,181,43). Sum of RGB (Red+Green+Blue) = 72+181+43=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #48B52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B52B is #B74AD4. Grayscale: #858585. Windows color (decimal): -12012245 or 2864456. OLE color: 2864456.

HSL color Cylindrical-coordinate representation of color #48B52B: hue angle of 107.39º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48B52B is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 181 43 -
CMYK 0.60 0 0.76 0.29
HSL 107.39º 0.62% 0.44% -
HSV(B) 107.39º 0.76% 0.71% -
XYZ 19.63 34.6 7.93 -
YUV 132.68 77.39 84.72 -
System Red Green Blue C M Y K H S L
Decimal 72 181 43 0.60 0 0.76 0.29 107.39 0.62 0.44
Hex 48 B5 2B 3C 0 4C 1D 6B 3E 2C
Octal 110 265 53 74 0 114 35 153 76 54
Binary 1001000 10110101 101011 111100 0 1001100 11101 1101011 111110 101100

Color Harmonies of #48B52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B52B

Black with #48B52B

Text Example


Text Example

White with #48B52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B52B; }

 p { color: rgb(72,181,43); }

 H1.HeaderClassName
 {
   color: #48B52B;
 }
 .AnyTagClassName
 {
   color: #48B52B;
 }
</style>

background-color css

<style>
 a { background-color: #48B52B; }

 a { background-color: rgb(72,181,43); }

 div.DivClassName
 {
   background-color: #48B52B;
 }
 .BgClassName
 {
   background-color: #48B52B;
 }
</style>

border-color css

<style>
 span { border-color: #48B52B; }

 span { border-color: rgb(72,181,43); }

 td.TdClassName
 {
   border-color: #48B52B;
 }
 .TagClassName
 {
   border-color: #48B52B;
 }
</style>