Html Css Color HEX #35C045 Lime Green

📋 copy color: '#35C045'

red 53 ◦ green 192 ◦ blue 69

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

Shades of Lime Green #35C045

Tints of Lime Green #35C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.15%

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 16.88%
G = 61.15%
B = 21.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#35C045 (or 0x35C045) is known color: Lime Green. HEX triplet: 35, C0 and 45. RGB value is (53,192,69). Sum of RGB (Red+Green+Blue) = 53+192+69=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #35C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C045 is #CA3FBA. Grayscale: #888888. Windows color (decimal): -13254587 or 4571189. OLE color: 4571189.

HSL color Cylindrical-coordinate representation of color #35C045: hue angle of 126.91º degrees, saturation: 0.57, 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 #35C045 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 69 -
CMYK 0.72 0 0.64 0.25
HSL 126.91º 0.57% 0.48% -
HSV(B) 126.91º 0.72% 0.75% -
XYZ 21.39 38.89 12.01 -
YUV 136.42 89.95 68.5 -
System Red Green Blue C M Y K H S L
Decimal 53 192 69 0.72 0 0.64 0.25 126.91 0.57 0.48
Hex 35 C0 45 48 0 40 19 7F 39 30
Octal 65 300 105 110 0 100 31 177 71 60
Binary 110101 11000000 1000101 1001000 0 1000000 11001 1111111 111001 110000

Color Harmonies of #35C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C045

Black with #35C045

Text Example


Text Example

White with #35C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,192,69); }

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

background-color css

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

 a { background-color: rgb(53,192,69); }

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

border-color css

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

 span { border-color: rgb(53,192,69); }

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