Html Css Color HEX #35F527 Lime Green

📋 copy color: '#35F527'

red 53 ◦ green 245 ◦ blue 39

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

Shades of Lime Green #35F527

Tints of Lime Green #35F527

RGB

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

 GREEN value IS 245 (96.09% from 255) = 72.7%

 BLUE value IS 39 (15.63% from 255) = 11.57%

R = 15.73%
G = 72.7%
B = 11.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#35F527 (or 0x35F527) is known color: Lime Green. HEX triplet: 35, F5 and 27. RGB value is (53,245,39). Sum of RGB (Red+Green+Blue) = 53+245+39=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 245 (96.09% from 255 or 72.70% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 245 - color contains mainly: green. Hex color #35F527 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F527 is #CA0AD8. Grayscale: #A4A4A4. Windows color (decimal): -13241049 or 2618677. OLE color: 2618677.

HSL color Cylindrical-coordinate representation of color #35F527: hue angle of 115.92º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35F527 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 245 39 -
CMYK 0.78 0 0.84 0.04
HSL 115.92º 0.91% 0.56% -
HSV(B) 115.92º 0.84% 0.96% -
XYZ 34.49 66.21 12.88 -
YUV 164.11 57.39 48.75 -
System Red Green Blue C M Y K H S L
Decimal 53 245 39 0.78 0 0.84 0.04 115.92 0.91 0.56
Hex 35 F5 27 4E 0 54 4 74 5B 38
Octal 65 365 47 116 0 124 4 164 133 70
Binary 110101 11110101 100111 1001110 0 1010100 100 1110100 1011011 111000

Color Harmonies of #35F527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F527

Black with #35F527

Text Example


Text Example

White with #35F527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,245,39); }

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

background-color css

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

 a { background-color: rgb(53,245,39); }

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

border-color css

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

 span { border-color: rgb(53,245,39); }

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