Html Css Color HEX #2DCA02 Kelly Green

📋 copy color: '#2DCA02'

red 45 ◦ green 202 ◦ blue 2

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

Shades of Kelly Green #2DCA02

Tints of Kelly Green #2DCA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 18.07%
G = 81.12%
B = 0.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#2DCA02 (or 0x2DCA02) is known color: Kelly Green. HEX triplet: 2D, CA and 02. RGB value is (45,202,2). Sum of RGB (Red+Green+Blue) = 45+202+2=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCA02 is #D235FD. Grayscale: #848484. Windows color (decimal): -13776382 or 182829. OLE color: 182829.

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

Color convert

RGB 45 202 2 -
CMYK 0.78 0 0.99 0.21
HSL 107.1º 0.98% 0.4% -
HSV(B) 107.1º 0.99% 0.79% -
XYZ 22.21 42.8 7.15 -
YUV 132.26 54.49 65.76 -
System Red Green Blue C M Y K H S L
Decimal 45 202 2 0.78 0 0.99 0.21 107.1 0.98 0.4
Hex 2D CA 2 4E 0 63 15 6B 62 28
Octal 55 312 2 116 0 143 25 153 142 50
Binary 101101 11001010 10 1001110 0 1100011 10101 1101011 1100010 101000

Color Harmonies of #2DCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA02

Black with #2DCA02

Text Example


Text Example

White with #2DCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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