Html Css Color HEX #3CBC01 Kelly Green

📋 copy color: '#3CBC01'

red 60 ◦ green 188 ◦ blue 1

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

Shades of Kelly Green #3CBC01

Tints of Kelly Green #3CBC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 24.1%
G = 75.5%
B = 0.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#3CBC01 (or 0x3CBC01) is known color: Kelly Green. HEX triplet: 3C, BC and 01. RGB value is (60,188,1). Sum of RGB (Red+Green+Blue) = 60+188+1=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBC01 is #C343FE. Grayscale: #818181. Windows color (decimal): -12796927 or 113724. OLE color: 113724.

HSL color Cylindrical-coordinate representation of color #3CBC01: hue angle of 101.07º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CBC01 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 1 -
CMYK 0.68 0 0.99 0.26
HSL 101.07º 0.99% 0.37% -
HSV(B) 101.07º 0.99% 0.74% -
XYZ 19.85 36.93 6.11 -
YUV 128.41 56.09 79.21 -
System Red Green Blue C M Y K H S L
Decimal 60 188 1 0.68 0 0.99 0.26 101.07 0.99 0.37
Hex 3C BC 1 44 0 63 1A 65 63 25
Octal 74 274 1 104 0 143 32 145 143 45
Binary 111100 10111100 1 1000100 0 1100011 11010 1100101 1100011 100101

Color Harmonies of #3CBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC01

Black with #3CBC01

Text Example


Text Example

White with #3CBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,1); }

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

background-color css

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

 a { background-color: rgb(60,188,1); }

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

border-color css

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

 span { border-color: rgb(60,188,1); }

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