Html Css Color HEX #36F235 Lime Green

📋 copy color: '#36F235'

red 54 ◦ green 242 ◦ blue 53

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

Shades of Lime Green #36F235

Tints of Lime Green #36F235

RGB

 RED value IS 54 (21.48% from 255) = 15.47%

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

 BLUE value IS 53 (21.09% from 255) = 15.19%

R = 15.47%
G = 69.34%
B = 15.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#36F235 (or 0x36F235) is known color: Lime Green. HEX triplet: 36, F2 and 35. RGB value is (54,242,53). Sum of RGB (Red+Green+Blue) = 54+242+53=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #36F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F235 is #C90DCA. Grayscale: #A4A4A4. Windows color (decimal): -13176267 or 3535414. OLE color: 3535414.

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

Color convert

RGB 54 242 53 -
CMYK 0.78 0 0.78 0.05
HSL 119.68º 0.88% 0.58% -
HSV(B) 119.68º 0.78% 0.95% -
XYZ 33.92 64.55 14.04 -
YUV 164.24 65.22 49.37 -
System Red Green Blue C M Y K H S L
Decimal 54 242 53 0.78 0 0.78 0.05 119.68 0.88 0.58
Hex 36 F2 35 4E 0 4E 5 78 58 3A
Octal 66 362 65 116 0 116 5 170 130 72
Binary 110110 11110010 110101 1001110 0 1001110 101 1111000 1011000 111010

Color Harmonies of #36F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F235

Black with #36F235

Text Example


Text Example

White with #36F235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36F235; }

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

 H1.HeaderClassName
 {
   color: #36F235;
 }
 .AnyTagClassName
 {
   color: #36F235;
 }
</style>

background-color css

<style>
 a { background-color: #36F235; }

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

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

border-color css

<style>
 span { border-color: #36F235; }

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

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