Html Css Color HEX #2CB400 Kelly Green

📋 copy color: '#2CB400'

red 44 ◦ green 180 ◦ blue 0

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

Shades of Kelly Green #2CB400

Tints of Kelly Green #2CB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 80.36%

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

R = 19.64%
G = 80.36%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#2CB400 (or 0x2CB400) is known color: Kelly Green. HEX triplet: 2C, B4 and 00. RGB value is (44,180,0). Sum of RGB (Red+Green+Blue) = 44+180+0=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 180 (70.70% from 255 or 80.36% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB400 is #D34BFF. Grayscale: #777777. Windows color (decimal): -13847552 or 46124. OLE color: 46124.

HSL color Cylindrical-coordinate representation of color #2CB400: hue angle of 105.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CB400 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 180 0 -
CMYK 0.76 0 1 0.29
HSL 105.33º 1% 0.35% -
HSV(B) 105.33º 1% 0.71% -
XYZ 17.36 33.18 5.49 -
YUV 118.82 60.94 74.64 -
System Red Green Blue C M Y K H S L
Decimal 44 180 0 0.76 0 1 0.29 105.33 1 0.35
Hex 2C B4 0 4C 0 64 1D 69 64 23
Octal 54 264 0 114 0 144 35 151 144 43
Binary 101100 10110100 0 1001100 0 1100100 11101 1101001 1100100 100011

Color Harmonies of #2CB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB400

Black with #2CB400

Text Example


Text Example

White with #2CB400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,180,0); }

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

background-color css

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

 a { background-color: rgb(44,180,0); }

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

border-color css

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

 span { border-color: rgb(44,180,0); }

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