Html Css Color HEX #2DCD02 Kelly Green

📋 copy color: '#2DCD02'

red 45 ◦ green 205 ◦ blue 2

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

Shades of Kelly Green #2DCD02

Tints of Kelly Green #2DCD02

RGB

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

 GREEN value IS 205 (80.47% from 255) = 81.35%

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

R = 17.86%
G = 81.35%
B = 0.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#2DCD02 (or 0x2DCD02) is known color: Kelly Green. HEX triplet: 2D, CD and 02. RGB value is (45,205,2). Sum of RGB (Red+Green+Blue) = 45+205+2=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 205 (80.47% from 255 or 81.35% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCD02 is #D232FD. Grayscale: #868686. Windows color (decimal): -13775614 or 183597. OLE color: 183597.

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

Color convert

RGB 45 205 2 -
CMYK 0.78 0 0.99 0.20
HSL 107.29º 0.98% 0.41% -
HSV(B) 107.29º 0.99% 0.8% -
XYZ 22.92 44.22 7.39 -
YUV 134.02 53.49 64.51 -
System Red Green Blue C M Y K H S L
Decimal 45 205 2 0.78 0 0.99 0.20 107.29 0.98 0.41
Hex 2D CD 2 4E 0 63 14 6B 62 29
Octal 55 315 2 116 0 143 24 153 142 51
Binary 101101 11001101 10 1001110 0 1100011 10100 1101011 1100010 101001

Color Harmonies of #2DCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCD02

Black with #2DCD02

Text Example


Text Example

White with #2DCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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