Html Css Color HEX #42F935 Lime Green

📋 copy color: '#42F935'

red 66 ◦ green 249 ◦ blue 53

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

Shades of Lime Green #42F935

Tints of Lime Green #42F935

RGB

 RED value IS 66 (26.17% from 255) = 17.93%

 GREEN value IS 249 (97.66% from 255) = 67.66%

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

R = 17.93%
G = 67.66%
B = 14.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#42F935 (or 0x42F935) is known color: Lime Green. HEX triplet: 42, F9 and 35. RGB value is (66,249,53). Sum of RGB (Red+Green+Blue) = 66+249+53=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 249 (97.66% from 255 or 67.66% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 249 - color contains mainly: green. Hex color #42F935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F935 is #BD06CA. Grayscale: #ACACAC. Windows color (decimal): -12388043 or 3537218. OLE color: 3537218.

HSL color Cylindrical-coordinate representation of color #42F935: hue angle of 116.02º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42F935 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 249 53 -
CMYK 0.73 0 0.79 0.02
HSL 116.02º 0.94% 0.59% -
HSV(B) 116.02º 0.79% 0.98% -
XYZ 36.77 69.17 14.78 -
YUV 171.94 60.87 52.44 -
System Red Green Blue C M Y K H S L
Decimal 66 249 53 0.73 0 0.79 0.02 116.02 0.94 0.59
Hex 42 F9 35 49 0 4F 2 74 5E 3B
Octal 102 371 65 111 0 117 2 164 136 73
Binary 1000010 11111001 110101 1001001 0 1001111 10 1110100 1011110 111011

Color Harmonies of #42F935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F935

Black with #42F935

Text Example


Text Example

White with #42F935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42F935; }

 p { color: rgb(66,249,53); }

 H1.HeaderClassName
 {
   color: #42F935;
 }
 .AnyTagClassName
 {
   color: #42F935;
 }
</style>

background-color css

<style>
 a { background-color: #42F935; }

 a { background-color: rgb(66,249,53); }

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

border-color css

<style>
 span { border-color: #42F935; }

 span { border-color: rgb(66,249,53); }

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