Html Css Color HEX #3CEB30 Lime Green

📋 copy color: '#3CEB30'

red 60 ◦ green 235 ◦ blue 48

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

Shades of Lime Green #3CEB30

Tints of Lime Green #3CEB30

RGB

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

 GREEN value IS 235 (92.19% from 255) = 68.51%

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

R = 17.49%
G = 68.51%
B = 13.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#3CEB30 (or 0x3CEB30) is known color: Lime Green. HEX triplet: 3C, EB and 30. RGB value is (60,235,48). Sum of RGB (Red+Green+Blue) = 60+235+48=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 235 (92.19% from 255 or 68.51% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEB30 is #C314CF. Grayscale: #A1A1A1. Windows color (decimal): -12784848 or 3205948. OLE color: 3205948.

HSL color Cylindrical-coordinate representation of color #3CEB30: hue angle of 116.15º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CEB30 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 235 48 -
CMYK 0.74 0 0.80 0.08
HSL 116.15º 0.82% 0.55% -
HSV(B) 116.15º 0.8% 0.92% -
XYZ 32.11 60.59 12.8 -
YUV 161.36 64.02 55.71 -
System Red Green Blue C M Y K H S L
Decimal 60 235 48 0.74 0 0.80 0.08 116.15 0.82 0.55
Hex 3C EB 30 4A 0 50 8 74 52 37
Octal 74 353 60 112 0 120 10 164 122 67
Binary 111100 11101011 110000 1001010 0 1010000 1000 1110100 1010010 110111

Color Harmonies of #3CEB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEB30

Black with #3CEB30

Text Example


Text Example

White with #3CEB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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