Html Css Color HEX #2CC308 Kelly Green

📋 copy color: '#2CC308'

red 44 ◦ green 195 ◦ blue 8

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

Shades of Kelly Green #2CC308

Tints of Kelly Green #2CC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 78.95%

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

R = 17.81%
G = 78.95%
B = 3.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#2CC308 (or 0x2CC308) is known color: Kelly Green. HEX triplet: 2C, C3 and 08. RGB value is (44,195,8). Sum of RGB (Red+Green+Blue) = 44+195+8=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC308 is #D33CF7. Grayscale: #818181. Windows color (decimal): -13843704 or 574252. OLE color: 574252.

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

Color convert

RGB 44 195 8 -
CMYK 0.77 0 0.96 0.24
HSL 108.45º 0.92% 0.4% -
HSV(B) 108.45º 0.96% 0.76% -
XYZ 20.6 39.58 6.78 -
YUV 128.53 59.97 67.71 -
System Red Green Blue C M Y K H S L
Decimal 44 195 8 0.77 0 0.96 0.24 108.45 0.92 0.4
Hex 2C C3 8 4D 0 60 18 6C 5C 28
Octal 54 303 10 115 0 140 30 154 134 50
Binary 101100 11000011 1000 1001101 0 1100000 11000 1101100 1011100 101000

Color Harmonies of #2CC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC308

Black with #2CC308

Text Example


Text Example

White with #2CC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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