Html Css Color HEX #35E238 Lime Green

📋 copy color: '#35E238'

red 53 ◦ green 226 ◦ blue 56

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

Shades of Lime Green #35E238

Tints of Lime Green #35E238

RGB

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

 GREEN value IS 226 (88.67% from 255) = 67.46%

 BLUE value IS 56 (22.27% from 255) = 16.72%

R = 15.82%
G = 67.46%
B = 16.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#35E238 (or 0x35E238) is known color: Lime Green. HEX triplet: 35, E2 and 38. RGB value is (53,226,56). Sum of RGB (Red+Green+Blue) = 53+226+56=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 226 (88.67% from 255 or 67.46% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 226 - color contains mainly: green. Hex color #35E238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E238 is #CA1DC7. Grayscale: #9B9B9B. Windows color (decimal): -13245896 or 3727925. OLE color: 3727925.

HSL color Cylindrical-coordinate representation of color #35E238: hue angle of 121.04º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E238 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 226 56 -
CMYK 0.77 0 0.75 0.11
HSL 121.04º 0.75% 0.55% -
HSV(B) 121.04º 0.77% 0.89% -
XYZ 29.38 55.44 12.89 -
YUV 154.89 72.19 55.32 -
System Red Green Blue C M Y K H S L
Decimal 53 226 56 0.77 0 0.75 0.11 121.04 0.75 0.55
Hex 35 E2 38 4D 0 4B B 79 4B 37
Octal 65 342 70 115 0 113 13 171 113 67
Binary 110101 11100010 111000 1001101 0 1001011 1011 1111001 1001011 110111

Color Harmonies of #35E238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E238

Black with #35E238

Text Example


Text Example

White with #35E238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,226,56); }

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

background-color css

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

 a { background-color: rgb(53,226,56); }

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

border-color css

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

 span { border-color: rgb(53,226,56); }

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