Html Css Color HEX #CBF318 Electric Lime

📋 copy color: '#CBF318'

red 203 ◦ green 243 ◦ blue 24

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

Shades of Electric Lime #CBF318

Tints of Electric Lime #CBF318

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.7%

 BLUE value IS 24 (9.77% from 255) = 5.11%

R = 43.19%
G = 51.7%
B = 5.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CBF318 (or 0xCBF318) is known color: Electric Lime. HEX triplet: CB, F3 and 18. RGB value is (203,243,24). Sum of RGB (Red+Green+Blue) = 203+243+24=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF318 is #340CE7. Grayscale: #CECECE. Windows color (decimal): -3411176 or 1635275. OLE color: 1635275.

HSL color Cylindrical-coordinate representation of color #CBF318: hue angle of 70.96º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF318 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 243 24 -
CMYK 0.16 0 0.90 0.05
HSL 70.96º 0.9% 0.52% -
HSV(B) 70.96º 0.9% 0.95% -
XYZ 56.84 76.86 12.7 -
YUV 206.07 25.25 125.81 -
System Red Green Blue C M Y K H S L
Decimal 203 243 24 0.16 0 0.90 0.05 70.96 0.9 0.52
Hex CB F3 18 10 0 5A 5 47 5A 34
Octal 313 363 30 20 0 132 5 107 132 64
Binary 11001011 11110011 11000 10000 0 1011010 101 1000111 1011010 110100

Color Harmonies of #CBF318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF318

Black with #CBF318

Text Example


Text Example

White with #CBF318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF318; }

 p { color: rgb(203,243,24); }

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

background-color css

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

 a { background-color: rgb(203,243,24); }

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

border-color css

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

 span { border-color: rgb(203,243,24); }

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