Html Css Color HEX #2DCF09 Kelly Green

📋 copy color: '#2DCF09'

red 45 ◦ green 207 ◦ blue 9

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

Shades of Kelly Green #2DCF09

Tints of Kelly Green #2DCF09

RGB

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

 GREEN value IS 207 (81.25% from 255) = 79.31%

 BLUE value IS 9 (3.91% from 255) = 3.45%

R = 17.24%
G = 79.31%
B = 3.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#2DCF09 (or 0x2DCF09) is known color: Kelly Green. HEX triplet: 2D, CF and 09. RGB value is (45,207,9). Sum of RGB (Red+Green+Blue) = 45+207+9=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF09 is #D230F6. Grayscale: #888888. Windows color (decimal): -13775095 or 642861. OLE color: 642861.

HSL color Cylindrical-coordinate representation of color #2DCF09: hue angle of 109.09º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DCF09 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 207 9 -
CMYK 0.78 0 0.96 0.19
HSL 109.09º 0.92% 0.42% -
HSV(B) 109.09º 0.96% 0.81% -
XYZ 23.44 45.2 7.75 -
YUV 135.99 56.33 63.1 -
System Red Green Blue C M Y K H S L
Decimal 45 207 9 0.78 0 0.96 0.19 109.09 0.92 0.42
Hex 2D CF 9 4E 0 60 13 6D 5C 2A
Octal 55 317 11 116 0 140 23 155 134 52
Binary 101101 11001111 1001 1001110 0 1100000 10011 1101101 1011100 101010

Color Harmonies of #2DCF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF09

Black with #2DCF09

Text Example


Text Example

White with #2DCF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,207,9); }

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

background-color css

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

 a { background-color: rgb(45,207,9); }

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

border-color css

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

 span { border-color: rgb(45,207,9); }

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