Html Css Color HEX #2DD202 Kelly Green

📋 copy color: '#2DD202'

red 45 ◦ green 210 ◦ blue 2

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

Shades of Kelly Green #2DD202

Tints of Kelly Green #2DD202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 81.71%

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

R = 17.51%
G = 81.71%
B = 0.78%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#2DD202 (or 0x2DD202) is known color: Kelly Green. HEX triplet: 2D, D2 and 02. RGB value is (45,210,2). Sum of RGB (Red+Green+Blue) = 45+210+2=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 210 (82.42% from 255 or 81.71% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD202 is #D22DFD. Grayscale: #898989. Windows color (decimal): -13774334 or 184877. OLE color: 184877.

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

Color convert

RGB 45 210 2 -
CMYK 0.79 0 0.99 0.18
HSL 107.6º 0.98% 0.42% -
HSV(B) 107.6º 0.99% 0.82% -
XYZ 24.14 46.66 7.79 -
YUV 136.95 51.84 62.41 -
System Red Green Blue C M Y K H S L
Decimal 45 210 2 0.79 0 0.99 0.18 107.6 0.98 0.42
Hex 2D D2 2 4F 0 63 12 6C 62 2A
Octal 55 322 2 117 0 143 22 154 142 52
Binary 101101 11010010 10 1001111 0 1100011 10010 1101100 1100010 101010

Color Harmonies of #2DD202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD202

Black with #2DD202

Text Example


Text Example

White with #2DD202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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