Html Css Color HEX #42CD30 Lime Green

📋 copy color: '#42CD30'

red 66 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #42CD30

Tints of Lime Green #42CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 64.26%

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 20.69%
G = 64.26%
B = 15.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#42CD30 (or 0x42CD30) is known color: Lime Green. HEX triplet: 42, CD and 30. RGB value is (66,205,48). Sum of RGB (Red+Green+Blue) = 66+205+48=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 205 (80.47% from 255 or 64.26% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CD30 is #BD32CF. Grayscale: #929292. Windows color (decimal): -12399312 or 3198274. OLE color: 3198274.

HSL color Cylindrical-coordinate representation of color #42CD30: hue angle of 113.12º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42CD30 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 48 -
CMYK 0.68 0 0.77 0.20
HSL 113.12º 0.62% 0.5% -
HSV(B) 113.12º 0.77% 0.8% -
XYZ 24.61 45.03 10.19 -
YUV 145.54 72.95 71.27 -
System Red Green Blue C M Y K H S L
Decimal 66 205 48 0.68 0 0.77 0.20 113.12 0.62 0.5
Hex 42 CD 30 44 0 4D 14 71 3E 32
Octal 102 315 60 104 0 115 24 161 76 62
Binary 1000010 11001101 110000 1000100 0 1001101 10100 1110001 111110 110010

Color Harmonies of #42CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD30

Black with #42CD30

Text Example


Text Example

White with #42CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,205,48); }

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

background-color css

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

 a { background-color: rgb(66,205,48); }

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

border-color css

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

 span { border-color: rgb(66,205,48); }

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