Html Css Color HEX #2DBB0F Kelly Green

📋 copy color: '#2DBB0F'

red 45 ◦ green 187 ◦ blue 15

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

Shades of Kelly Green #2DBB0F

Tints of Kelly Green #2DBB0F

RGB

 RED value IS 45 (17.97% from 255) = 18.22%

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

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 18.22%
G = 75.71%
B = 6.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#2DBB0F (or 0x2DBB0F) is known color: Kelly Green. HEX triplet: 2D, BB and 0F. RGB value is (45,187,15). Sum of RGB (Red+Green+Blue) = 45+187+15=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 187 (73.44% from 255 or 75.71% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBB0F is #D244F0. Grayscale: #7D7D7D. Windows color (decimal): -13780209 or 1030957. OLE color: 1030957.

HSL color Cylindrical-coordinate representation of color #2DBB0F: hue angle of 109.53º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DBB0F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 187 15 -
CMYK 0.76 0 0.92 0.27
HSL 109.53º 0.85% 0.4% -
HSV(B) 109.53º 0.92% 0.73% -
XYZ 18.94 36.13 6.43 -
YUV 124.93 65.96 70.99 -
System Red Green Blue C M Y K H S L
Decimal 45 187 15 0.76 0 0.92 0.27 109.53 0.85 0.4
Hex 2D BB F 4C 0 5C 1B 6E 55 28
Octal 55 273 17 114 0 134 33 156 125 50
Binary 101101 10111011 1111 1001100 0 1011100 11011 1101110 1010101 101000

Color Harmonies of #2DBB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBB0F

Black with #2DBB0F

Text Example


Text Example

White with #2DBB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DBB0F; }

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

 H1.HeaderClassName
 {
   color: #2DBB0F;
 }
 .AnyTagClassName
 {
   color: #2DBB0F;
 }
</style>

background-color css

<style>
 a { background-color: #2DBB0F; }

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

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

border-color css

<style>
 span { border-color: #2DBB0F; }

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

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