Html Css Color HEX #35CF28 Lime Green

📋 copy color: '#35CF28'

red 53 ◦ green 207 ◦ blue 40

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

Shades of Lime Green #35CF28

Tints of Lime Green #35CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69%

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 17.67%
G = 69%
B = 13.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#35CF28 (or 0x35CF28) is known color: Lime Green. HEX triplet: 35, CF and 28. RGB value is (53,207,40). Sum of RGB (Red+Green+Blue) = 53+207+40=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CF28 is #CA30D7. Grayscale: #8E8E8E. Windows color (decimal): -13250776 or 2674485. OLE color: 2674485.

HSL color Cylindrical-coordinate representation of color #35CF28: hue angle of 115.33º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35CF28 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 207 40 -
CMYK 0.74 0 0.81 0.19
HSL 115.33º 0.68% 0.48% -
HSV(B) 115.33º 0.81% 0.81% -
XYZ 24.16 45.54 9.52 -
YUV 141.92 70.48 64.58 -
System Red Green Blue C M Y K H S L
Decimal 53 207 40 0.74 0 0.81 0.19 115.33 0.68 0.48
Hex 35 CF 28 4A 0 51 13 73 44 30
Octal 65 317 50 112 0 121 23 163 104 60
Binary 110101 11001111 101000 1001010 0 1010001 10011 1110011 1000100 110000

Color Harmonies of #35CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CF28

Black with #35CF28

Text Example


Text Example

White with #35CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,207,40); }

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

background-color css

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

 a { background-color: rgb(53,207,40); }

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

border-color css

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

 span { border-color: rgb(53,207,40); }

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