Html Css Color HEX #CBF817 Electric Lime

📋 copy color: '#CBF817'

red 203 ◦ green 248 ◦ blue 23

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

Shades of Electric Lime #CBF817

Tints of Electric Lime #CBF817

RGB

 RED value IS 203 (79.69% from 255) = 42.83%

 GREEN value IS 248 (97.27% from 255) = 52.32%

 BLUE value IS 23 (9.38% from 255) = 4.85%

R = 42.83%
G = 52.32%
B = 4.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#CBF817 (or 0xCBF817) is known color: Electric Lime. HEX triplet: CB, F8 and 17. RGB value is (203,248,23). Sum of RGB (Red+Green+Blue) = 203+248+23=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 23 (9.38% from 255 or 4.85% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF817 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF817 is #3407E8. Grayscale: #D1D1D1. Windows color (decimal): -3409897 or 1571019. OLE color: 1571019.

HSL color Cylindrical-coordinate representation of color #CBF817: hue angle of 72º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF817 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 248 23 -
CMYK 0.18 0 0.91 0.03
HSL 72º 0.94% 0.53% -
HSV(B) 72º 0.91% 0.97% -
XYZ 58.35 79.89 13.16 -
YUV 208.9 23.09 123.8 -
System Red Green Blue C M Y K H S L
Decimal 203 248 23 0.18 0 0.91 0.03 72 0.94 0.53
Hex CB F8 17 12 0 5B 3 48 5E 35
Octal 313 370 27 22 0 133 3 110 136 65
Binary 11001011 11111000 10111 10010 0 1011011 11 1001000 1011110 110101

Color Harmonies of #CBF817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF817

Black with #CBF817

Text Example


Text Example

White with #CBF817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF817; }

 p { color: rgb(203,248,23); }

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

background-color css

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

 a { background-color: rgb(203,248,23); }

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

border-color css

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

 span { border-color: rgb(203,248,23); }

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