Html Css Color HEX #30F23F Lime Green

📋 copy color: '#30F23F'

red 48 ◦ green 242 ◦ blue 63

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

Shades of Lime Green #30F23F

Tints of Lime Green #30F23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.85%

R = 13.6%
G = 68.56%
B = 17.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#30F23F (or 0x30F23F) is known color: Lime Green. HEX triplet: 30, F2 and 3F. RGB value is (48,242,63). Sum of RGB (Red+Green+Blue) = 48+242+63=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #30F23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F23F is #CF0DC0. Grayscale: #A4A4A4. Windows color (decimal): -13569473 or 4190768. OLE color: 4190768.

HSL color Cylindrical-coordinate representation of color #30F23F: hue angle of 124.64º 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 #30F23F is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 63 -
CMYK 0.80 0 0.74 0.05
HSL 124.64º 0.88% 0.57% -
HSV(B) 124.64º 0.8% 0.95% -
XYZ 33.87 64.49 15.37 -
YUV 163.59 71.23 45.55 -
System Red Green Blue C M Y K H S L
Decimal 48 242 63 0.80 0 0.74 0.05 124.64 0.88 0.57
Hex 30 F2 3F 50 0 4A 5 7D 58 39
Octal 60 362 77 120 0 112 5 175 130 71
Binary 110000 11110010 111111 1010000 0 1001010 101 1111101 1011000 111001

Color Harmonies of #30F23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F23F

Black with #30F23F

Text Example


Text Example

White with #30F23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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