Html Css Color HEX #35F325 Lime Green

📋 copy color: '#35F325'

red 53 ◦ green 243 ◦ blue 37

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

Shades of Lime Green #35F325

Tints of Lime Green #35F325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 15.92%
G = 72.97%
B = 11.11%

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

#35F325 (or 0x35F325) is known color: Lime Green. HEX triplet: 35, F3 and 25. RGB value is (53,243,37). Sum of RGB (Red+Green+Blue) = 53+243+37=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #35F325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F325 is #CA0CDA. Grayscale: #A3A3A3. Windows color (decimal): -13241563 or 2487093. OLE color: 2487093.

HSL color Cylindrical-coordinate representation of color #35F325: hue angle of 115.34º 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 #35F325 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 243 37 -
CMYK 0.78 0 0.85 0.05
HSL 115.34º 0.9% 0.55% -
HSV(B) 115.34º 0.85% 0.95% -
XYZ 33.85 64.99 12.51 -
YUV 162.71 57.05 49.75 -
System Red Green Blue C M Y K H S L
Decimal 53 243 37 0.78 0 0.85 0.05 115.34 0.9 0.55
Hex 35 F3 25 4E 0 55 5 73 5A 37
Octal 65 363 45 116 0 125 5 163 132 67
Binary 110101 11110011 100101 1001110 0 1010101 101 1110011 1011010 110111

Color Harmonies of #35F325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F325

Black with #35F325

Text Example


Text Example

White with #35F325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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