Html Css Color HEX #2ACD00 Kelly Green

📋 copy color: '#2ACD00'

red 42 ◦ green 205 ◦ blue 0

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

Shades of Kelly Green #2ACD00

Tints of Kelly Green #2ACD00

RGB

 RED value IS 42 (16.8% from 255) = 17%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17%
G = 83%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#2ACD00 (or 0x2ACD00) is known color: Kelly Green. HEX triplet: 2A, CD and 00. RGB value is (42,205,0). Sum of RGB (Red+Green+Blue) = 42+205+0=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 205 (80.47% from 255 or 83.00% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACD00 is #D532FF. Grayscale: #858585. Windows color (decimal): -13972224 or 52522. OLE color: 52522.

HSL color Cylindrical-coordinate representation of color #2ACD00: hue angle of 107.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2ACD00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 205 0 -
CMYK 0.80 0 1 0.20
HSL 107.71º 1% 0.4% -
HSV(B) 107.71º 1% 0.8% -
XYZ 22.79 44.15 7.32 -
YUV 132.89 53 63.17 -
System Red Green Blue C M Y K H S L
Decimal 42 205 0 0.80 0 1 0.20 107.71 1 0.4
Hex 2A CD 0 50 0 64 14 6C 64 28
Octal 52 315 0 120 0 144 24 154 144 50
Binary 101010 11001101 0 1010000 0 1100100 10100 1101100 1100100 101000

Color Harmonies of #2ACD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD00

Black with #2ACD00

Text Example


Text Example

White with #2ACD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,205,0); }

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

background-color css

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

 a { background-color: rgb(42,205,0); }

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

border-color css

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

 span { border-color: rgb(42,205,0); }

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