Html Css Color HEX #2CBC08 Kelly Green

📋 copy color: '#2CBC08'

red 44 ◦ green 188 ◦ blue 8

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

Shades of Kelly Green #2CBC08

Tints of Kelly Green #2CBC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.33%

R = 18.33%
G = 78.33%
B = 3.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#2CBC08 (or 0x2CBC08) is known color: Kelly Green. HEX triplet: 2C, BC and 08. RGB value is (44,188,8). Sum of RGB (Red+Green+Blue) = 44+188+8=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC08 is #D343F7. Grayscale: #7C7C7C. Windows color (decimal): -13845496 or 572460. OLE color: 572460.

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

Color convert

RGB 44 188 8 -
CMYK 0.77 0 0.96 0.26
HSL 108º 0.92% 0.38% -
HSV(B) 108º 0.96% 0.74% -
XYZ 19.07 36.52 6.27 -
YUV 124.42 62.29 70.64 -
System Red Green Blue C M Y K H S L
Decimal 44 188 8 0.77 0 0.96 0.26 108 0.92 0.38
Hex 2C BC 8 4D 0 60 1A 6C 5C 26
Octal 54 274 10 115 0 140 32 154 134 46
Binary 101100 10111100 1000 1001101 0 1100000 11010 1101100 1011100 100110

Color Harmonies of #2CBC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC08

Black with #2CBC08

Text Example


Text Example

White with #2CBC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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