Html Css Color HEX #30F423 Lime Green

📋 copy color: '#30F423'

red 48 ◦ green 244 ◦ blue 35

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

Shades of Lime Green #30F423

Tints of Lime Green #30F423

RGB

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

 GREEN value IS 244 (95.7% from 255) = 74.62%

 BLUE value IS 35 (14.06% from 255) = 10.7%

R = 14.68%
G = 74.62%
B = 10.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#30F423 (or 0x30F423) is known color: Lime Green. HEX triplet: 30, F4 and 23. RGB value is (48,244,35). Sum of RGB (Red+Green+Blue) = 48+244+35=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 244 (95.70% from 255 or 74.62% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 244 - color contains mainly: green. Hex color #30F423 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F423 is #CF0BDC. Grayscale: #A2A2A2. Windows color (decimal): -13568989 or 2356272. OLE color: 2356272.

HSL color Cylindrical-coordinate representation of color #30F423: hue angle of 116.27º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30F423 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 244 35 -
CMYK 0.80 0 0.86 0.04
HSL 116.27º 0.9% 0.55% -
HSV(B) 116.27º 0.86% 0.96% -
XYZ 33.87 65.45 12.44 -
YUV 161.57 56.57 46.99 -
System Red Green Blue C M Y K H S L
Decimal 48 244 35 0.80 0 0.86 0.04 116.27 0.9 0.55
Hex 30 F4 23 50 0 56 4 74 5A 37
Octal 60 364 43 120 0 126 4 164 132 67
Binary 110000 11110100 100011 1010000 0 1010110 100 1110100 1011010 110111

Color Harmonies of #30F423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F423

Black with #30F423

Text Example


Text Example

White with #30F423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,244,35); }

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

background-color css

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

 a { background-color: rgb(48,244,35); }

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

border-color css

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

 span { border-color: rgb(48,244,35); }

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