Html Css Color HEX #30EE2B Lime Green

📋 copy color: '#30EE2B'

red 48 ◦ green 238 ◦ blue 43

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

Shades of Lime Green #30EE2B

Tints of Lime Green #30EE2B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 72.34%

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 14.59%
G = 72.34%
B = 13.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#30EE2B (or 0x30EE2B) is known color: Lime Green. HEX triplet: 30, EE and 2B. RGB value is (48,238,43). Sum of RGB (Red+Green+Blue) = 48+238+43=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 238 (93.36% from 255 or 72.34% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EE2B is #CF11D4. Grayscale: #9F9F9F. Windows color (decimal): -13570517 or 2879024. OLE color: 2879024.

HSL color Cylindrical-coordinate representation of color #30EE2B: hue angle of 118.46º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30EE2B is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 238 43 -
CMYK 0.80 0 0.82 0.07
HSL 118.46º 0.85% 0.55% -
HSV(B) 118.46º 0.82% 0.93% -
XYZ 32.23 61.95 12.54 -
YUV 158.96 62.55 48.86 -
System Red Green Blue C M Y K H S L
Decimal 48 238 43 0.80 0 0.82 0.07 118.46 0.85 0.55
Hex 30 EE 2B 50 0 52 7 76 55 37
Octal 60 356 53 120 0 122 7 166 125 67
Binary 110000 11101110 101011 1010000 0 1010010 111 1110110 1010101 110111

Color Harmonies of #30EE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EE2B

Black with #30EE2B

Text Example


Text Example

White with #30EE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,238,43); }

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

background-color css

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

 a { background-color: rgb(48,238,43); }

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

border-color css

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

 span { border-color: rgb(48,238,43); }

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