Html Css Color HEX #2CB00E Kelly Green

📋 copy color: '#2CB00E'

red 44 ◦ green 176 ◦ blue 14

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

Shades of Kelly Green #2CB00E

Tints of Kelly Green #2CB00E

RGB

 RED value IS 44 (17.58% from 255) = 18.8%

 GREEN value IS 176 (69.14% from 255) = 75.21%

 BLUE value IS 14 (5.86% from 255) = 5.98%

R = 18.8%
G = 75.21%
B = 5.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#2CB00E (or 0x2CB00E) is known color: Kelly Green. HEX triplet: 2C, B0 and 0E. RGB value is (44,176,14). Sum of RGB (Red+Green+Blue) = 44+176+14=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 176 (69.14% from 255 or 75.21% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB00E is #D34FF1. Grayscale: #767676. Windows color (decimal): -13848562 or 962604. OLE color: 962604.

HSL color Cylindrical-coordinate representation of color #2CB00E: hue angle of 108.89º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CB00E is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 176 14 -
CMYK 0.75 0 0.92 0.31
HSL 108.89º 0.85% 0.37% -
HSV(B) 108.89º 0.92% 0.69% -
XYZ 16.64 31.62 5.64 -
YUV 118.06 69.27 75.17 -
System Red Green Blue C M Y K H S L
Decimal 44 176 14 0.75 0 0.92 0.31 108.89 0.85 0.37
Hex 2C B0 E 4B 0 5C 1F 6D 55 25
Octal 54 260 16 113 0 134 37 155 125 45
Binary 101100 10110000 1110 1001011 0 1011100 11111 1101101 1010101 100101

Color Harmonies of #2CB00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB00E

Black with #2CB00E

Text Example


Text Example

White with #2CB00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,176,14); }

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

background-color css

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

 a { background-color: rgb(44,176,14); }

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

border-color css

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

 span { border-color: rgb(44,176,14); }

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