Html Css Color HEX #35E752 Lime Green

📋 copy color: '#35E752'

red 53 ◦ green 231 ◦ blue 82

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

Shades of Lime Green #35E752

Tints of Lime Green #35E752

RGB

 RED value IS 53 (21.09% from 255) = 14.48%

 GREEN value IS 231 (90.63% from 255) = 63.11%

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 14.48%
G = 63.11%
B = 22.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#35E752 (or 0x35E752) is known color: Lime Green. HEX triplet: 35, E7 and 52. RGB value is (53,231,82). Sum of RGB (Red+Green+Blue) = 53+231+82=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 231 (90.62% from 255 or 63.11% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 231 - color contains mainly: green. Hex color #35E752 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E752 is #CA18AD. Grayscale: #A1A1A1. Windows color (decimal): -13244590 or 5433141. OLE color: 5433141.

HSL color Cylindrical-coordinate representation of color #35E752: hue angle of 129.78º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E752 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 231 82 -
CMYK 0.77 0 0.65 0.09
HSL 129.78º 0.79% 0.56% -
HSV(B) 129.78º 0.77% 0.91% -
XYZ 31.57 58.52 17.61 -
YUV 160.79 83.53 51.12 -
System Red Green Blue C M Y K H S L
Decimal 53 231 82 0.77 0 0.65 0.09 129.78 0.79 0.56
Hex 35 E7 52 4D 0 41 9 82 4F 38
Octal 65 347 122 115 0 101 11 202 117 70
Binary 110101 11100111 1010010 1001101 0 1000001 1001 10000010 1001111 111000

Color Harmonies of #35E752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E752

Black with #35E752

Text Example


Text Example

White with #35E752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35E752; }

 p { color: rgb(53,231,82); }

 H1.HeaderClassName
 {
   color: #35E752;
 }
 .AnyTagClassName
 {
   color: #35E752;
 }
</style>

background-color css

<style>
 a { background-color: #35E752; }

 a { background-color: rgb(53,231,82); }

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

border-color css

<style>
 span { border-color: #35E752; }

 span { border-color: rgb(53,231,82); }

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