Html Css Color HEX #3CCF31 Lime Green

📋 copy color: '#3CCF31'

red 60 ◦ green 207 ◦ blue 49

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

Shades of Lime Green #3CCF31

Tints of Lime Green #3CCF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 18.99%
G = 65.51%
B = 15.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#3CCF31 (or 0x3CCF31) is known color: Lime Green. HEX triplet: 3C, CF and 31. RGB value is (60,207,49). Sum of RGB (Red+Green+Blue) = 60+207+49=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF31 is #C330CE. Grayscale: #919191. Windows color (decimal): -12792015 or 3264316. OLE color: 3264316.

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

Color convert

RGB 60 207 49 -
CMYK 0.71 0 0.76 0.19
HSL 115.82º 0.62% 0.5% -
HSV(B) 115.82º 0.76% 0.81% -
XYZ 24.73 45.81 10.44 -
YUV 145.04 73.8 67.35 -
System Red Green Blue C M Y K H S L
Decimal 60 207 49 0.71 0 0.76 0.19 115.82 0.62 0.5
Hex 3C CF 31 47 0 4C 13 74 3E 32
Octal 74 317 61 107 0 114 23 164 76 62
Binary 111100 11001111 110001 1000111 0 1001100 10011 1110100 111110 110010

Color Harmonies of #3CCF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF31

Black with #3CCF31

Text Example


Text Example

White with #3CCF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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