Html Css Color HEX #CBF81D Electric Lime

📋 copy color: '#CBF81D'

red 203 ◦ green 248 ◦ blue 29

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

Shades of Electric Lime #CBF81D

Tints of Electric Lime #CBF81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.04%

R = 42.29%
G = 51.67%
B = 6.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#CBF81D (or 0xCBF81D) is known color: Electric Lime. HEX triplet: CB, F8 and 1D. RGB value is (203,248,29). Sum of RGB (Red+Green+Blue) = 203+248+29=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF81D is #3407E2. Grayscale: #D2D2D2. Windows color (decimal): -3409891 or 1964235. OLE color: 1964235.

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

Color convert

RGB 203 248 29 -
CMYK 0.18 0 0.88 0.03
HSL 72.33º 0.94% 0.54% -
HSV(B) 72.33º 0.88% 0.97% -
XYZ 58.42 79.92 13.51 -
YUV 209.58 26.09 123.31 -
System Red Green Blue C M Y K H S L
Decimal 203 248 29 0.18 0 0.88 0.03 72.33 0.94 0.54
Hex CB F8 1D 12 0 58 3 48 5E 36
Octal 313 370 35 22 0 130 3 110 136 66
Binary 11001011 11111000 11101 10010 0 1011000 11 1001000 1011110 110110

Color Harmonies of #CBF81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF81D

Black with #CBF81D

Text Example


Text Example

White with #CBF81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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