Html Css Color HEX #26F230 Lime Green

📋 copy color: '#26F230'

red 38 ◦ green 242 ◦ blue 48

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

Shades of Lime Green #26F230

Tints of Lime Green #26F230

RGB

 RED value IS 38 (15.23% from 255) = 11.59%

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

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 11.59%
G = 73.78%
B = 14.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#26F230 (or 0x26F230) is known color: Lime Green. HEX triplet: 26, F2 and 30. RGB value is (38,242,48). Sum of RGB (Red+Green+Blue) = 38+242+48=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #26F230 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F230 is #D90DCF. Grayscale: #9F9F9F. Windows color (decimal): -14224848 or 3207718. OLE color: 3207718.

HSL color Cylindrical-coordinate representation of color #26F230: hue angle of 122.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F230 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 242 48 -
CMYK 0.84 0 0.80 0.05
HSL 122.94º 0.89% 0.55% -
HSV(B) 122.94º 0.84% 0.95% -
XYZ 33.08 64.13 13.43 -
YUV 158.89 65.41 41.77 -
System Red Green Blue C M Y K H S L
Decimal 38 242 48 0.84 0 0.80 0.05 122.94 0.89 0.55
Hex 26 F2 30 54 0 50 5 7B 59 37
Octal 46 362 60 124 0 120 5 173 131 67
Binary 100110 11110010 110000 1010100 0 1010000 101 1111011 1011001 110111

Color Harmonies of #26F230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26F230

Black with #26F230

Text Example


Text Example

White with #26F230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26F230; }

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

 H1.HeaderClassName
 {
   color: #26F230;
 }
 .AnyTagClassName
 {
   color: #26F230;
 }
</style>

background-color css

<style>
 a { background-color: #26F230; }

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

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

border-color css

<style>
 span { border-color: #26F230; }

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

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