Html Css Color HEX #35F13F Lime Green

📋 copy color: '#35F13F'

red 53 ◦ green 241 ◦ blue 63

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

Shades of Lime Green #35F13F

Tints of Lime Green #35F13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.51%

 BLUE value IS 63 (25% from 255) = 17.65%

R = 14.85%
G = 67.51%
B = 17.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#35F13F (or 0x35F13F) is known color: Lime Green. HEX triplet: 35, F1 and 3F. RGB value is (53,241,63). Sum of RGB (Red+Green+Blue) = 53+241+63=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #35F13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F13F is #CA0EC0. Grayscale: #A5A5A5. Windows color (decimal): -13242049 or 4190517. OLE color: 4190517.

HSL color Cylindrical-coordinate representation of color #35F13F: hue angle of 123.19º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F13F is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 241 63 -
CMYK 0.78 0 0.74 0.05
HSL 123.19º 0.87% 0.58% -
HSV(B) 123.19º 0.78% 0.95% -
XYZ 33.82 64.03 15.28 -
YUV 164.5 70.72 48.47 -
System Red Green Blue C M Y K H S L
Decimal 53 241 63 0.78 0 0.74 0.05 123.19 0.87 0.58
Hex 35 F1 3F 4E 0 4A 5 7B 57 3A
Octal 65 361 77 116 0 112 5 173 127 72
Binary 110101 11110001 111111 1001110 0 1001010 101 1111011 1010111 111010

Color Harmonies of #35F13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F13F

Black with #35F13F

Text Example


Text Example

White with #35F13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,241,63); }

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

background-color css

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

 a { background-color: rgb(53,241,63); }

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

border-color css

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

 span { border-color: rgb(53,241,63); }

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