Html Css Color HEX #35BE3A Lime Green

📋 copy color: '#35BE3A'

red 53 ◦ green 190 ◦ blue 58

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

Shades of Lime Green #35BE3A

Tints of Lime Green #35BE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.12%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 17.61%
G = 63.12%
B = 19.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#35BE3A (or 0x35BE3A) is known color: Lime Green. HEX triplet: 35, BE and 3A. RGB value is (53,190,58). Sum of RGB (Red+Green+Blue) = 53+190+58=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 190 (74.61% from 255 or 63.12% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BE3A is #CA41C5. Grayscale: #868686. Windows color (decimal): -13255110 or 3849781. OLE color: 3849781.

HSL color Cylindrical-coordinate representation of color #35BE3A: hue angle of 122.19º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BE3A is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 190 58 -
CMYK 0.72 0 0.69 0.25
HSL 122.19º 0.56% 0.48% -
HSV(B) 122.19º 0.72% 0.75% -
XYZ 20.65 37.89 10.23 -
YUV 133.99 85.11 70.23 -
System Red Green Blue C M Y K H S L
Decimal 53 190 58 0.72 0 0.69 0.25 122.19 0.56 0.48
Hex 35 BE 3A 48 0 45 19 7A 38 30
Octal 65 276 72 110 0 105 31 172 70 60
Binary 110101 10111110 111010 1001000 0 1000101 11001 1111010 111000 110000

Color Harmonies of #35BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BE3A

Black with #35BE3A

Text Example


Text Example

White with #35BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,190,58); }

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

background-color css

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

 a { background-color: rgb(53,190,58); }

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

border-color css

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

 span { border-color: rgb(53,190,58); }

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