Html Css Color HEX #35C238 Lime Green

📋 copy color: '#35C238'

red 53 ◦ green 194 ◦ blue 56

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

Shades of Lime Green #35C238

Tints of Lime Green #35C238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.03%

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

R = 17.49%
G = 64.03%
B = 18.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#35C238 (or 0x35C238) is known color: Lime Green. HEX triplet: 35, C2 and 38. RGB value is (53,194,56). Sum of RGB (Red+Green+Blue) = 53+194+56=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #35C238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C238 is #CA3DC7. Grayscale: #888888. Windows color (decimal): -13254088 or 3719733. OLE color: 3719733.

HSL color Cylindrical-coordinate representation of color #35C238: hue angle of 121.28º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C238 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 194 56 -
CMYK 0.73 0 0.71 0.24
HSL 121.28º 0.57% 0.48% -
HSV(B) 121.28º 0.73% 0.76% -
XYZ 21.47 39.63 10.26 -
YUV 136.11 82.79 68.72 -
System Red Green Blue C M Y K H S L
Decimal 53 194 56 0.73 0 0.71 0.24 121.28 0.57 0.48
Hex 35 C2 38 49 0 47 18 79 39 30
Octal 65 302 70 111 0 107 30 171 71 60
Binary 110101 11000010 111000 1001001 0 1000111 11000 1111001 111001 110000

Color Harmonies of #35C238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C238

Black with #35C238

Text Example


Text Example

White with #35C238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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