Html Css Color HEX #35F23A Lime Green

📋 copy color: '#35F23A'

red 53 ◦ green 242 ◦ blue 58

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

Shades of Lime Green #35F23A

Tints of Lime Green #35F23A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.56%

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

R = 15.01%
G = 68.56%
B = 16.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#35F23A (or 0x35F23A) is known color: Lime Green. HEX triplet: 35, F2 and 3A. RGB value is (53,242,58). Sum of RGB (Red+Green+Blue) = 53+242+58=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #35F23A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F23A is #CA0DC5. Grayscale: #A5A5A5. Windows color (decimal): -13241798 or 3863093. OLE color: 3863093.

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

Color convert

RGB 53 242 58 -
CMYK 0.78 0 0.76 0.05
HSL 121.59º 0.88% 0.58% -
HSV(B) 121.59º 0.78% 0.95% -
XYZ 33.98 64.57 14.67 -
YUV 164.51 67.88 48.46 -
System Red Green Blue C M Y K H S L
Decimal 53 242 58 0.78 0 0.76 0.05 121.59 0.88 0.58
Hex 35 F2 3A 4E 0 4C 5 7A 58 3A
Octal 65 362 72 116 0 114 5 172 130 72
Binary 110101 11110010 111010 1001110 0 1001100 101 1111010 1011000 111010

Color Harmonies of #35F23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F23A

Black with #35F23A

Text Example


Text Example

White with #35F23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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