Html Css Color HEX #2DCA09 Kelly Green

📋 copy color: '#2DCA09'

red 45 ◦ green 202 ◦ blue 9

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

Shades of Kelly Green #2DCA09

Tints of Kelly Green #2DCA09

RGB

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

 GREEN value IS 202 (79.3% from 255) = 78.91%

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

R = 17.58%
G = 78.91%
B = 3.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#2DCA09 (or 0x2DCA09) is known color: Kelly Green. HEX triplet: 2D, CA and 09. RGB value is (45,202,9). Sum of RGB (Red+Green+Blue) = 45+202+9=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCA09 is #D235F6. Grayscale: #858585. Windows color (decimal): -13776375 or 641581. OLE color: 641581.

HSL color Cylindrical-coordinate representation of color #2DCA09: hue angle of 108.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DCA09 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 202 9 -
CMYK 0.78 0 0.96 0.21
HSL 108.81º 0.91% 0.41% -
HSV(B) 108.81º 0.96% 0.79% -
XYZ 22.25 42.82 7.35 -
YUV 133.06 57.99 65.19 -
System Red Green Blue C M Y K H S L
Decimal 45 202 9 0.78 0 0.96 0.21 108.81 0.91 0.41
Hex 2D CA 9 4E 0 60 15 6D 5B 29
Octal 55 312 11 116 0 140 25 155 133 51
Binary 101101 11001010 1001 1001110 0 1100000 10101 1101101 1011011 101001

Color Harmonies of #2DCA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA09

Black with #2DCA09

Text Example


Text Example

White with #2DCA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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