Html Css Color HEX #30FF43 Lime Green

📋 copy color: '#30FF43'

red 48 ◦ green 255 ◦ blue 67

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

Shades of Lime Green #30FF43

Tints of Lime Green #30FF43

RGB

 RED value IS 48 (19.14% from 255) = 12.97%

 GREEN value IS 255 (100% from 255) = 68.92%

 BLUE value IS 67 (26.56% from 255) = 18.11%

R = 12.97%
G = 68.92%
B = 18.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#30FF43 (or 0x30FF43) is known color: Lime Green. HEX triplet: 30, FF and 43. RGB value is (48,255,67). Sum of RGB (Red+Green+Blue) = 48+255+67=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FF43 is #CF00BC. Grayscale: #ACACAC. Windows color (decimal): -13566141 or 4456240. OLE color: 4456240.

HSL color Cylindrical-coordinate representation of color #30FF43: hue angle of 125.51º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF43 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 48 255 67 -
CMYK 0.81 0 0.74 0
HSL 125.51º 1% 0.59% -
HSV(B) 125.51º 0.81% 1% -
XYZ 37.99 72.55 17.31 -
YUV 171.68 68.92 39.79 -
System Red Green Blue C M Y K H S L
Decimal 48 255 67 0.81 0 0.74 0 125.51 1 0.59
Hex 30 FF 43 51 0 4A 0 7E 64 3B
Octal 60 377 103 121 0 112 0 176 144 73
Binary 110000 11111111 1000011 1010001 0 1001010 0 1111110 1100100 111011

Color Harmonies of #30FF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FF43

Black with #30FF43

Text Example


Text Example

White with #30FF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30FF43; }

 p { color: rgb(48,255,67); }

 H1.HeaderClassName
 {
   color: #30FF43;
 }
 .AnyTagClassName
 {
   color: #30FF43;
 }
</style>

background-color css

<style>
 a { background-color: #30FF43; }

 a { background-color: rgb(48,255,67); }

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

border-color css

<style>
 span { border-color: #30FF43; }

 span { border-color: rgb(48,255,67); }

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