Html Css Color HEX #3CC01F Kelly Green

📋 copy color: '#3CC01F'

red 60 ◦ green 192 ◦ blue 31

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

Shades of Kelly Green #3CC01F

Tints of Kelly Green #3CC01F

RGB

 RED value IS 60 (23.83% from 255) = 21.2%

 GREEN value IS 192 (75.39% from 255) = 67.84%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 21.2%
G = 67.84%
B = 10.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#3CC01F (or 0x3CC01F) is known color: Kelly Green. HEX triplet: 3C, C0 and 1F. RGB value is (60,192,31). Sum of RGB (Red+Green+Blue) = 60+192+31=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC01F is #C33FE0. Grayscale: #868686. Windows color (decimal): -12795873 or 2080828. OLE color: 2080828.

HSL color Cylindrical-coordinate representation of color #3CC01F: hue angle of 109.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CC01F is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 31 -
CMYK 0.69 0 0.84 0.25
HSL 109.19º 0.72% 0.44% -
HSV(B) 109.19º 0.84% 0.75% -
XYZ 20.96 38.76 7.67 -
YUV 134.18 69.77 75.09 -
System Red Green Blue C M Y K H S L
Decimal 60 192 31 0.69 0 0.84 0.25 109.19 0.72 0.44
Hex 3C C0 1F 45 0 54 19 6D 48 2C
Octal 74 300 37 105 0 124 31 155 110 54
Binary 111100 11000000 11111 1000101 0 1010100 11001 1101101 1001000 101100

Color Harmonies of #3CC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC01F

Black with #3CC01F

Text Example


Text Example

White with #3CC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CC01F; }

 p { color: rgb(60,192,31); }

 H1.HeaderClassName
 {
   color: #3CC01F;
 }
 .AnyTagClassName
 {
   color: #3CC01F;
 }
</style>

background-color css

<style>
 a { background-color: #3CC01F; }

 a { background-color: rgb(60,192,31); }

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

border-color css

<style>
 span { border-color: #3CC01F; }

 span { border-color: rgb(60,192,31); }

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