Html Css Color HEX #2DC80B Kelly Green

📋 copy color: '#2DC80B'

red 45 ◦ green 200 ◦ blue 11

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

Shades of Kelly Green #2DC80B

Tints of Kelly Green #2DC80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 78.13%

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 17.58%
G = 78.13%
B = 4.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#2DC80B (or 0x2DC80B) is known color: Kelly Green. HEX triplet: 2D, C8 and 0B. RGB value is (45,200,11). Sum of RGB (Red+Green+Blue) = 45+200+11=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 200 (78.52% from 255 or 78.12% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC80B is #D237F4. Grayscale: #848484. Windows color (decimal): -13776885 or 772141. OLE color: 772141.

HSL color Cylindrical-coordinate representation of color #2DC80B: hue angle of 109.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DC80B is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 11 -
CMYK 0.78 0 0.94 0.22
HSL 109.21º 0.9% 0.41% -
HSV(B) 109.21º 0.95% 0.78% -
XYZ 21.8 41.89 7.25 -
YUV 132.11 59.65 65.87 -
System Red Green Blue C M Y K H S L
Decimal 45 200 11 0.78 0 0.94 0.22 109.21 0.9 0.41
Hex 2D C8 B 4E 0 5E 16 6D 5A 29
Octal 55 310 13 116 0 136 26 155 132 51
Binary 101101 11001000 1011 1001110 0 1011110 10110 1101101 1011010 101001

Color Harmonies of #2DC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC80B

Black with #2DC80B

Text Example


Text Example

White with #2DC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,200,11); }

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

background-color css

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

 a { background-color: rgb(45,200,11); }

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

border-color css

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

 span { border-color: rgb(45,200,11); }

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