Html Css Color HEX #3CCF14 Kelly Green

📋 copy color: '#3CCF14'

red 60 ◦ green 207 ◦ blue 20

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

Shades of Kelly Green #3CCF14

Tints of Kelly Green #3CCF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 20.91%
G = 72.13%
B = 6.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#3CCF14 (or 0x3CCF14) is known color: Kelly Green. HEX triplet: 3C, CF and 14. RGB value is (60,207,20). Sum of RGB (Red+Green+Blue) = 60+207+20=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 207 (81.25% from 255 or 72.13% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCF14 is #C330EB. Grayscale: #8E8E8E. Windows color (decimal): -12792044 or 1363772. OLE color: 1363772.

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

Color convert

RGB 60 207 20 -
CMYK 0.71 0 0.90 0.19
HSL 107.17º 0.82% 0.45% -
HSV(B) 107.17º 0.9% 0.81% -
XYZ 24.3 45.64 8.19 -
YUV 141.73 59.3 69.71 -
System Red Green Blue C M Y K H S L
Decimal 60 207 20 0.71 0 0.90 0.19 107.17 0.82 0.45
Hex 3C CF 14 47 0 5A 13 6B 52 2D
Octal 74 317 24 107 0 132 23 153 122 55
Binary 111100 11001111 10100 1000111 0 1011010 10011 1101011 1010010 101101

Color Harmonies of #3CCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF14

Black with #3CCF14

Text Example


Text Example

White with #3CCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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