Html Css Color HEX #2CB100 Kelly Green

📋 copy color: '#2CB100'

red 44 ◦ green 177 ◦ blue 0

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

Shades of Kelly Green #2CB100

Tints of Kelly Green #2CB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 80.09%

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

R = 19.91%
G = 80.09%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#2CB100 (or 0x2CB100) is known color: Kelly Green. HEX triplet: 2C, B1 and 00. RGB value is (44,177,0). Sum of RGB (Red+Green+Blue) = 44+177+0=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 177 (69.53% from 255 or 80.09% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB100 is #D34EFF. Grayscale: #757575. Windows color (decimal): -13848320 or 45356. OLE color: 45356.

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

Color convert

RGB 44 177 0 -
CMYK 0.75 0 1 0.31
HSL 105.08º 1% 0.35% -
HSV(B) 105.08º 1% 0.69% -
XYZ 16.76 31.98 5.29 -
YUV 117.06 61.94 75.89 -
System Red Green Blue C M Y K H S L
Decimal 44 177 0 0.75 0 1 0.31 105.08 1 0.35
Hex 2C B1 0 4B 0 64 1F 69 64 23
Octal 54 261 0 113 0 144 37 151 144 43
Binary 101100 10110001 0 1001011 0 1100100 11111 1101001 1100100 100011

Color Harmonies of #2CB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB100

Black with #2CB100

Text Example


Text Example

White with #2CB100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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