Html Css Color HEX #CBF917 Electric Lime

📋 copy color: '#CBF917'

red 203 ◦ green 249 ◦ blue 23

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

Shades of Electric Lime #CBF917

Tints of Electric Lime #CBF917

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.42%

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

R = 42.74%
G = 52.42%
B = 4.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#CBF917 (or 0xCBF917) is known color: Electric Lime. HEX triplet: CB, F9 and 17. RGB value is (203,249,23). Sum of RGB (Red+Green+Blue) = 203+249+23=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 23 (9.38% from 255 or 4.84% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF917 is #3406E8. Grayscale: #D2D2D2. Windows color (decimal): -3409641 or 1571275. OLE color: 1571275.

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

Color convert

RGB 203 249 23 -
CMYK 0.18 0 0.91 0.02
HSL 72.21º 0.95% 0.53% -
HSV(B) 72.21º 0.91% 0.98% -
XYZ 58.66 80.51 13.26 -
YUV 209.48 22.76 123.38 -
System Red Green Blue C M Y K H S L
Decimal 203 249 23 0.18 0 0.91 0.02 72.21 0.95 0.53
Hex CB F9 17 12 0 5B 2 48 5F 35
Octal 313 371 27 22 0 133 2 110 137 65
Binary 11001011 11111001 10111 10010 0 1011011 10 1001000 1011111 110101

Color Harmonies of #CBF917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF917

Black with #CBF917

Text Example


Text Example

White with #CBF917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF917; }

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

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

background-color css

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

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

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

border-color css

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

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

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