Html Css Color HEX #35F829 Lime Green

📋 copy color: '#35F829'

red 53 ◦ green 248 ◦ blue 41

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

Shades of Lime Green #35F829

Tints of Lime Green #35F829

RGB

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

 GREEN value IS 248 (97.27% from 255) = 72.51%

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 15.5%
G = 72.51%
B = 11.99%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#35F829 (or 0x35F829) is known color: Lime Green. HEX triplet: 35, F8 and 29. RGB value is (53,248,41). Sum of RGB (Red+Green+Blue) = 53+248+41=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 248 (97.27% from 255 or 72.51% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 248 - color contains mainly: green. Hex color #35F829 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F829 is #CA07D6. Grayscale: #A6A6A6. Windows color (decimal): -13240279 or 2750517. OLE color: 2750517.

HSL color Cylindrical-coordinate representation of color #35F829: hue angle of 116.52º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35F829 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 248 41 -
CMYK 0.79 0 0.83 0.03
HSL 116.52º 0.94% 0.57% -
HSV(B) 116.52º 0.83% 0.97% -
XYZ 35.44 68.05 13.37 -
YUV 166.1 57.4 47.33 -
System Red Green Blue C M Y K H S L
Decimal 53 248 41 0.79 0 0.83 0.03 116.52 0.94 0.57
Hex 35 F8 29 4F 0 53 3 75 5E 39
Octal 65 370 51 117 0 123 3 165 136 71
Binary 110101 11111000 101001 1001111 0 1010011 11 1110101 1011110 111001

Color Harmonies of #35F829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F829

Black with #35F829

Text Example


Text Example

White with #35F829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,248,41); }

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

background-color css

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

 a { background-color: rgb(53,248,41); }

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

border-color css

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

 span { border-color: rgb(53,248,41); }

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