Html Css Color HEX #43F242 Lime Green

📋 copy color: '#43F242'

red 67 ◦ green 242 ◦ blue 66

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

Shades of Lime Green #43F242

Tints of Lime Green #43F242

RGB

 RED value IS 67 (26.56% from 255) = 17.87%

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

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 17.87%
G = 64.53%
B = 17.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#43F242 (or 0x43F242) is known color: Lime Green. HEX triplet: 43, F2 and 42. RGB value is (67,242,66). Sum of RGB (Red+Green+Blue) = 67+242+66=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #43F242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F242 is #BC0DBD. Grayscale: #AAAAAA. Windows color (decimal): -12324286 or 4387395. OLE color: 4387395.

HSL color Cylindrical-coordinate representation of color #43F242: hue angle of 119.66º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F242 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 67 242 66 -
CMYK 0.72 0 0.73 0.05
HSL 119.66º 0.87% 0.6% -
HSV(B) 119.66º 0.73% 0.95% -
XYZ 35.05 65.09 15.87 -
YUV 169.61 69.52 54.81 -
System Red Green Blue C M Y K H S L
Decimal 67 242 66 0.72 0 0.73 0.05 119.66 0.87 0.6
Hex 43 F2 42 48 0 49 5 78 57 3C
Octal 103 362 102 110 0 111 5 170 127 74
Binary 1000011 11110010 1000010 1001000 0 1001001 101 1111000 1010111 111100

Color Harmonies of #43F242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43F242

Black with #43F242

Text Example


Text Example

White with #43F242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43F242; }

 p { color: rgb(67,242,66); }

 H1.HeaderClassName
 {
   color: #43F242;
 }
 .AnyTagClassName
 {
   color: #43F242;
 }
</style>

background-color css

<style>
 a { background-color: #43F242; }

 a { background-color: rgb(67,242,66); }

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

border-color css

<style>
 span { border-color: #43F242; }

 span { border-color: rgb(67,242,66); }

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