Html Css Color HEX #30CF2B Lime Green

📋 copy color: '#30CF2B'

red 48 ◦ green 207 ◦ blue 43

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

Shades of Lime Green #30CF2B

Tints of Lime Green #30CF2B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.46%

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

R = 16.11%
G = 69.46%
B = 14.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#30CF2B (or 0x30CF2B) is known color: Lime Green. HEX triplet: 30, CF and 2B. RGB value is (48,207,43). Sum of RGB (Red+Green+Blue) = 48+207+43=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 207 (81.25% from 255 or 69.46% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CF2B is #CF30D4. Grayscale: #8D8D8D. Windows color (decimal): -13578453 or 2871088. OLE color: 2871088.

HSL color Cylindrical-coordinate representation of color #30CF2B: hue angle of 118.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30CF2B is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 207 43 -
CMYK 0.77 0 0.79 0.19
HSL 118.17º 0.66% 0.49% -
HSV(B) 118.17º 0.79% 0.81% -
XYZ 23.97 45.43 9.79 -
YUV 140.76 72.82 61.84 -
System Red Green Blue C M Y K H S L
Decimal 48 207 43 0.77 0 0.79 0.19 118.17 0.66 0.49
Hex 30 CF 2B 4D 0 4F 13 76 42 31
Octal 60 317 53 115 0 117 23 166 102 61
Binary 110000 11001111 101011 1001101 0 1001111 10011 1110110 1000010 110001

Color Harmonies of #30CF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CF2B

Black with #30CF2B

Text Example


Text Example

White with #30CF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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