Html Css Color HEX #2CBC11 Kelly Green

📋 copy color: '#2CBC11'

red 44 ◦ green 188 ◦ blue 17

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

Shades of Kelly Green #2CBC11

Tints of Kelly Green #2CBC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.5%

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 17.67%
G = 75.5%
B = 6.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#2CBC11 (or 0x2CBC11) is known color: Kelly Green. HEX triplet: 2C, BC and 11. RGB value is (44,188,17). Sum of RGB (Red+Green+Blue) = 44+188+17=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC11 is #D343EE. Grayscale: #7D7D7D. Windows color (decimal): -13845487 or 1162284. OLE color: 1162284.

HSL color Cylindrical-coordinate representation of color #2CBC11: hue angle of 110.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CBC11 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 188 17 -
CMYK 0.77 0 0.91 0.26
HSL 110.53º 0.83% 0.4% -
HSV(B) 110.53º 0.91% 0.74% -
XYZ 19.12 36.54 6.58 -
YUV 125.45 66.79 69.9 -
System Red Green Blue C M Y K H S L
Decimal 44 188 17 0.77 0 0.91 0.26 110.53 0.83 0.4
Hex 2C BC 11 4D 0 5B 1A 6F 53 28
Octal 54 274 21 115 0 133 32 157 123 50
Binary 101100 10111100 10001 1001101 0 1011011 11010 1101111 1010011 101000

Color Harmonies of #2CBC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC11

Black with #2CBC11

Text Example


Text Example

White with #2CBC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,188,17); }

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

background-color css

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

 a { background-color: rgb(44,188,17); }

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

border-color css

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

 span { border-color: rgb(44,188,17); }

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