Html Css Color HEX #3CE925 Lime Green

📋 copy color: '#3CE925'

red 60 ◦ green 233 ◦ blue 37

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

Shades of Lime Green #3CE925

Tints of Lime Green #3CE925

RGB

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

 GREEN value IS 233 (91.41% from 255) = 70.61%

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 18.18%
G = 70.61%
B = 11.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#3CE925 (or 0x3CE925) is known color: Lime Green. HEX triplet: 3C, E9 and 25. RGB value is (60,233,37). Sum of RGB (Red+Green+Blue) = 60+233+37=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 233 (91.41% from 255 or 70.61% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE925 is #C316DA. Grayscale: #9F9F9F. Windows color (decimal): -12785371 or 2484540. OLE color: 2484540.

HSL color Cylindrical-coordinate representation of color #3CE925: hue angle of 112.96º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CE925 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 60 233 37 -
CMYK 0.74 0 0.84 0.09
HSL 112.96º 0.82% 0.53% -
HSV(B) 112.96º 0.84% 0.91% -
XYZ 31.34 59.37 11.56 -
YUV 158.93 59.19 57.44 -
System Red Green Blue C M Y K H S L
Decimal 60 233 37 0.74 0 0.84 0.09 112.96 0.82 0.53
Hex 3C E9 25 4A 0 54 9 71 52 35
Octal 74 351 45 112 0 124 11 161 122 65
Binary 111100 11101001 100101 1001010 0 1010100 1001 1110001 1010010 110101

Color Harmonies of #3CE925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE925

Black with #3CE925

Text Example


Text Example

White with #3CE925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,233,37); }

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

background-color css

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

 a { background-color: rgb(60,233,37); }

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

border-color css

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

 span { border-color: rgb(60,233,37); }

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