Html Css Color HEX #2DC40A Kelly Green

📋 copy color: '#2DC40A'

red 45 ◦ green 196 ◦ blue 10

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

Shades of Kelly Green #2DC40A

Tints of Kelly Green #2DC40A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 78.09%

 BLUE value IS 10 (4.3% from 255) = 3.98%

R = 17.93%
G = 78.09%
B = 3.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#2DC40A (or 0x2DC40A) is known color: Kelly Green. HEX triplet: 2D, C4 and 0A. RGB value is (45,196,10). Sum of RGB (Red+Green+Blue) = 45+196+10=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 196 (76.95% from 255 or 78.09% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC40A is #D23BF5. Grayscale: #828282. Windows color (decimal): -13777910 or 705581. OLE color: 705581.

HSL color Cylindrical-coordinate representation of color #2DC40A: hue angle of 108.71º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DC40A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 196 10 -
CMYK 0.77 0 0.95 0.23
HSL 108.71º 0.9% 0.4% -
HSV(B) 108.71º 0.95% 0.77% -
XYZ 20.88 40.06 6.92 -
YUV 129.65 60.47 67.62 -
System Red Green Blue C M Y K H S L
Decimal 45 196 10 0.77 0 0.95 0.23 108.71 0.9 0.4
Hex 2D C4 A 4D 0 5F 17 6D 5A 28
Octal 55 304 12 115 0 137 27 155 132 50
Binary 101101 11000100 1010 1001101 0 1011111 10111 1101101 1011010 101000

Color Harmonies of #2DC40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC40A

Black with #2DC40A

Text Example


Text Example

White with #2DC40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,196,10); }

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

background-color css

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

 a { background-color: rgb(45,196,10); }

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

border-color css

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

 span { border-color: rgb(45,196,10); }

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