Html Css Color HEX #30F23D Lime Green

📋 copy color: '#30F23D'

red 48 ◦ green 242 ◦ blue 61

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

Shades of Lime Green #30F23D

Tints of Lime Green #30F23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.38%

R = 13.68%
G = 68.95%
B = 17.38%

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

#30F23D (or 0x30F23D) is known color: Lime Green. HEX triplet: 30, F2 and 3D. RGB value is (48,242,61). Sum of RGB (Red+Green+Blue) = 48+242+61=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 242 (94.92% from 255 or 68.95% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 242 - color contains mainly: green. Hex color #30F23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F23D is #CF0DC2. Grayscale: #A3A3A3. Windows color (decimal): -13569475 or 4059696. OLE color: 4059696.

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

Color convert

RGB 48 242 61 -
CMYK 0.80 0 0.75 0.05
HSL 124.02º 0.88% 0.57% -
HSV(B) 124.02º 0.8% 0.95% -
XYZ 33.81 64.47 15.08 -
YUV 163.36 70.23 45.72 -
System Red Green Blue C M Y K H S L
Decimal 48 242 61 0.80 0 0.75 0.05 124.02 0.88 0.57
Hex 30 F2 3D 50 0 4B 5 7C 58 39
Octal 60 362 75 120 0 113 5 174 130 71
Binary 110000 11110010 111101 1010000 0 1001011 101 1111100 1011000 111001

Color Harmonies of #30F23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F23D

Black with #30F23D

Text Example


Text Example

White with #30F23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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