Html Css Color HEX #30F23C Lime Green

📋 copy color: '#30F23C'

red 48 ◦ green 242 ◦ blue 60

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

Shades of Lime Green #30F23C

Tints of Lime Green #30F23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 13.71%
G = 69.14%
B = 17.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#30F23C (or 0x30F23C) is known color: Lime Green. HEX triplet: 30, F2 and 3C. RGB value is (48,242,60). Sum of RGB (Red+Green+Blue) = 48+242+60=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #30F23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F23C is #CF0DC3. Grayscale: #A3A3A3. Windows color (decimal): -13569476 or 3994160. OLE color: 3994160.

HSL color Cylindrical-coordinate representation of color #30F23C: hue angle of 123.71º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F23C is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 60 -
CMYK 0.80 0 0.75 0.05
HSL 123.71º 0.88% 0.57% -
HSV(B) 123.71º 0.8% 0.95% -
XYZ 33.79 64.46 14.94 -
YUV 163.25 69.73 45.8 -
System Red Green Blue C M Y K H S L
Decimal 48 242 60 0.80 0 0.75 0.05 123.71 0.88 0.57
Hex 30 F2 3C 50 0 4B 5 7C 58 39
Octal 60 362 74 120 0 113 5 174 130 71
Binary 110000 11110010 111100 1010000 0 1001011 101 1111100 1011000 111001

Color Harmonies of #30F23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F23C

Black with #30F23C

Text Example


Text Example

White with #30F23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,242,60); }

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

background-color css

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

 a { background-color: rgb(48,242,60); }

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

border-color css

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

 span { border-color: rgb(48,242,60); }

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