Html Css Color HEX #3CCF30 Lime Green

📋 copy color: '#3CCF30'

red 60 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #3CCF30

Tints of Lime Green #3CCF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 19.05%
G = 65.71%
B = 15.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#3CCF30 (or 0x3CCF30) is known color: Lime Green. HEX triplet: 3C, CF and 30. RGB value is (60,207,48). Sum of RGB (Red+Green+Blue) = 60+207+48=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF30 is #C330CF. Grayscale: #919191. Windows color (decimal): -12792016 or 3198780. OLE color: 3198780.

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

Color convert

RGB 60 207 48 -
CMYK 0.71 0 0.77 0.19
HSL 115.47º 0.62% 0.5% -
HSV(B) 115.47º 0.77% 0.81% -
XYZ 24.71 45.8 10.33 -
YUV 144.92 73.3 67.43 -
System Red Green Blue C M Y K H S L
Decimal 60 207 48 0.71 0 0.77 0.19 115.47 0.62 0.5
Hex 3C CF 30 47 0 4D 13 73 3E 32
Octal 74 317 60 107 0 115 23 163 76 62
Binary 111100 11001111 110000 1000111 0 1001101 10011 1110011 111110 110010

Color Harmonies of #3CCF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF30

Black with #3CCF30

Text Example


Text Example

White with #3CCF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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