Html Css Color HEX #3CCF54 Lime Green

📋 copy color: '#3CCF54'

red 60 ◦ green 207 ◦ blue 84

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

Shades of Lime Green #3CCF54

Tints of Lime Green #3CCF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 17.09%
G = 58.97%
B = 23.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#3CCF54 (or 0x3CCF54) is known color: Lime Green. HEX triplet: 3C, CF and 54. RGB value is (60,207,84). Sum of RGB (Red+Green+Blue) = 60+207+84=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCF54 is #C330AB. Grayscale: #959595. Windows color (decimal): -12791980 or 5558076. OLE color: 5558076.

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

Color convert

RGB 60 207 84 -
CMYK 0.71 0 0.59 0.19
HSL 129.8º 0.6% 0.52% -
HSV(B) 129.8º 0.71% 0.81% -
XYZ 25.78 46.23 15.95 -
YUV 149.03 91.3 64.5 -
System Red Green Blue C M Y K H S L
Decimal 60 207 84 0.71 0 0.59 0.19 129.8 0.6 0.52
Hex 3C CF 54 47 0 3B 13 82 3C 34
Octal 74 317 124 107 0 73 23 202 74 64
Binary 111100 11001111 1010100 1000111 0 111011 10011 10000010 111100 110100

Color Harmonies of #3CCF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF54

Black with #3CCF54

Text Example


Text Example

White with #3CCF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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