Html Css Color HEX #60E934 Lime Green

📋 copy color: '#60E934'

red 96 ◦ green 233 ◦ blue 52

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

Shades of Lime Green #60E934

Tints of Lime Green #60E934

RGB

 RED value IS 96 (37.89% from 255) = 25.2%

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

 BLUE value IS 52 (20.7% from 255) = 13.65%

R = 25.2%
G = 61.15%
B = 13.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#60E934 (or 0x60E934) is known color: Lime Green. HEX triplet: 60, E9 and 34. RGB value is (96,233,52). Sum of RGB (Red+Green+Blue) = 96+233+52=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 233 (91.41% from 255 or 61.15% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 233 - color contains mainly: green. Hex color #60E934 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60E934 is #9F16CB. Grayscale: #ABABAB. Windows color (decimal): -10426060 or 3467616. OLE color: 3467616.

HSL color Cylindrical-coordinate representation of color #60E934: hue angle of 105.41º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60E934 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 233 52 -
CMYK 0.59 0 0.78 0.09
HSL 105.41º 0.8% 0.56% -
HSV(B) 105.41º 0.78% 0.91% -
XYZ 34.58 61.01 13.2 -
YUV 171.4 60.61 74.22 -
System Red Green Blue C M Y K H S L
Decimal 96 233 52 0.59 0 0.78 0.09 105.41 0.8 0.56
Hex 60 E9 34 3B 0 4E 9 69 50 38
Octal 140 351 64 73 0 116 11 151 120 70
Binary 1100000 11101001 110100 111011 0 1001110 1001 1101001 1010000 111000

Color Harmonies of #60E934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E934

Black with #60E934

Text Example


Text Example

White with #60E934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60E934; }

 p { color: rgb(96,233,52); }

 H1.HeaderClassName
 {
   color: #60E934;
 }
 .AnyTagClassName
 {
   color: #60E934;
 }
</style>

background-color css

<style>
 a { background-color: #60E934; }

 a { background-color: rgb(96,233,52); }

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

border-color css

<style>
 span { border-color: #60E934; }

 span { border-color: rgb(96,233,52); }

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