Html Css Color HEX #35F324 Lime Green

📋 copy color: '#35F324'

red 53 ◦ green 243 ◦ blue 36

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

Shades of Lime Green #35F324

Tints of Lime Green #35F324

RGB

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

 GREEN value IS 243 (95.31% from 255) = 73.19%

 BLUE value IS 36 (14.45% from 255) = 10.84%

R = 15.96%
G = 73.19%
B = 10.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#35F324 (or 0x35F324) is known color: Lime Green. HEX triplet: 35, F3 and 24. RGB value is (53,243,36). Sum of RGB (Red+Green+Blue) = 53+243+36=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #35F324 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F324 is #CA0CDB. Grayscale: #A3A3A3. Windows color (decimal): -13241564 or 2421557. OLE color: 2421557.

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

Color convert

RGB 53 243 36 -
CMYK 0.78 0 0.85 0.05
HSL 115.07º 0.9% 0.55% -
HSV(B) 115.07º 0.85% 0.95% -
XYZ 33.84 64.99 12.43 -
YUV 162.59 56.55 49.83 -
System Red Green Blue C M Y K H S L
Decimal 53 243 36 0.78 0 0.85 0.05 115.07 0.9 0.55
Hex 35 F3 24 4E 0 55 5 73 5A 37
Octal 65 363 44 116 0 125 5 163 132 67
Binary 110101 11110011 100100 1001110 0 1010101 101 1110011 1011010 110111

Color Harmonies of #35F324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F324

Black with #35F324

Text Example


Text Example

White with #35F324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,243,36); }

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

background-color css

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

 a { background-color: rgb(53,243,36); }

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

border-color css

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

 span { border-color: rgb(53,243,36); }

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