Html Css Color HEX #48BB2D Kelly Green

📋 copy color: '#48BB2D'

red 72 ◦ green 187 ◦ blue 45

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

Shades of Kelly Green #48BB2D

Tints of Kelly Green #48BB2D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 61.51%

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 23.68%
G = 61.51%
B = 14.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#48BB2D (or 0x48BB2D) is known color: Kelly Green. HEX triplet: 48, BB and 2D. RGB value is (72,187,45). Sum of RGB (Red+Green+Blue) = 72+187+45=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BB2D is #B744D2. Grayscale: #888888. Windows color (decimal): -12010707 or 2997064. OLE color: 2997064.

HSL color Cylindrical-coordinate representation of color #48BB2D: hue angle of 108.59º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48BB2D is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 187 45 -
CMYK 0.61 0 0.76 0.27
HSL 108.59º 0.61% 0.45% -
HSV(B) 108.59º 0.76% 0.73% -
XYZ 20.92 37.11 8.54 -
YUV 136.43 76.4 82.05 -
System Red Green Blue C M Y K H S L
Decimal 72 187 45 0.61 0 0.76 0.27 108.59 0.61 0.45
Hex 48 BB 2D 3D 0 4C 1B 6D 3D 2D
Octal 110 273 55 75 0 114 33 155 75 55
Binary 1001000 10111011 101101 111101 0 1001100 11011 1101101 111101 101101

Color Harmonies of #48BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BB2D

Black with #48BB2D

Text Example


Text Example

White with #48BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,187,45); }

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

background-color css

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

 a { background-color: rgb(72,187,45); }

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

border-color css

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

 span { border-color: rgb(72,187,45); }

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