Html Css Color HEX #3CCF00 Kelly Green

📋 copy color: '#3CCF00'

red 60 ◦ green 207 ◦ blue 0

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

Shades of Kelly Green #3CCF00

Tints of Kelly Green #3CCF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 77.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.47%
G = 77.53%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#3CCF00 (or 0x3CCF00) is known color: Kelly Green. HEX triplet: 3C, CF and 00. RGB value is (60,207,0). Sum of RGB (Red+Green+Blue) = 60+207+0=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCF00 is #C330FF. Grayscale: #8C8C8C. Windows color (decimal): -12792064 or 53052. OLE color: 53052.

HSL color Cylindrical-coordinate representation of color #3CCF00: hue angle of 102.61º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CCF00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 207 0 -
CMYK 0.71 0 1 0.19
HSL 102.61º 1% 0.41% -
HSV(B) 102.61º 1% 0.81% -
XYZ 24.18 45.59 7.52 -
YUV 139.45 49.3 71.33 -
System Red Green Blue C M Y K H S L
Decimal 60 207 0 0.71 0 1 0.19 102.61 1 0.41
Hex 3C CF 0 47 0 64 13 67 64 29
Octal 74 317 0 107 0 144 23 147 144 51
Binary 111100 11001111 0 1000111 0 1100100 10011 1100111 1100100 101001

Color Harmonies of #3CCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF00

Black with #3CCF00

Text Example


Text Example

White with #3CCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,207,0); }

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

background-color css

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

 a { background-color: rgb(60,207,0); }

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

border-color css

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

 span { border-color: rgb(60,207,0); }

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