Html Css Color HEX #3CB20F Kelly Green

📋 copy color: '#3CB20F'

red 60 ◦ green 178 ◦ blue 15

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

Shades of Kelly Green #3CB20F

Tints of Kelly Green #3CB20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 70.36%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 23.72%
G = 70.36%
B = 5.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#3CB20F (or 0x3CB20F) is known color: Kelly Green. HEX triplet: 3C, B2 and 0F. RGB value is (60,178,15). Sum of RGB (Red+Green+Blue) = 60+178+15=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 178 (69.92% from 255 or 70.36% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB20F is #C34DF0. Grayscale: #7C7C7C. Windows color (decimal): -12799473 or 1028668. OLE color: 1028668.

HSL color Cylindrical-coordinate representation of color #3CB20F: hue angle of 103.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CB20F is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 178 15 -
CMYK 0.66 0 0.92 0.30
HSL 103.44º 0.84% 0.38% -
HSV(B) 103.44º 0.92% 0.7% -
XYZ 17.87 32.84 5.85 -
YUV 124.14 66.41 82.25 -
System Red Green Blue C M Y K H S L
Decimal 60 178 15 0.66 0 0.92 0.30 103.44 0.84 0.38
Hex 3C B2 F 42 0 5C 1E 67 54 26
Octal 74 262 17 102 0 134 36 147 124 46
Binary 111100 10110010 1111 1000010 0 1011100 11110 1100111 1010100 100110

Color Harmonies of #3CB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB20F

Black with #3CB20F

Text Example


Text Example

White with #3CB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,178,15); }

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

background-color css

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

 a { background-color: rgb(60,178,15); }

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

border-color css

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

 span { border-color: rgb(60,178,15); }

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